home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / Kludges.subproj / EPSWriting.h < prev    next >
Encoding:
Text File  |  1994-07-21  |  948 b   |  24 lines

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //    FILENAME:    EPSWriting.h 
  3. //    SUMMARY:    Interface for a EPSWriting category to NXImage
  4. //    SUPERCLASS:    Object:NXImage(EPSWriting)
  5. //    INTERFACE:    None
  6. //    AUTHOR:        Rohit Khare (_EPSWritingImageView by Sharon Zahkour of NeXT)
  7. //    COPYRIGHT:    (c) 1994 California Institure of Technology, eText Project
  8. ///////////////////////////////////////////////////////////////////////////////
  9. //    DESCRIPTION
  10. //        This method is placed here by analogy to writeTIFF:*
  11. //        The code here uses some code from the TIFFtoEPS NeXT MiniExample.
  12. ///////////////////////////////////////////////////////////////////////////////
  13. //    HISTORY
  14. //    07/16/94:    Created. Derived from TIFFtoEPS.app
  15. ///////////////////////////////////////////////////////////////////////////////
  16.  
  17. #import <appkit/appkit.h>
  18. #import "_FormatWritingImageView.h"
  19.  
  20. @interface NXImage (EPSWriting)
  21. - writeEPS:(NXStream *)stream;
  22. @end
  23.  
  24.